home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dv_doswi.arc / D1-SCRIP.TXT < prev    next >
Text File  |  1990-01-09  |  879b  |  48 lines

  1. {Learn {Alt-F1} "Display Scripts"}
  2. {Display-Scripts} 
  3. {Finish}
  4.  
  5. {Learn {Alt-P} "Trans to Print"}
  6. {Esc}{Enter}
  7. copy con:prn:{Enter}
  8. {DESQ}t{Enter}
  9. `{F6}{Enter}
  10. {Finish}
  11.  
  12. {Learn {Alt-E} "Printer Eject"}
  13. echo {^L} >prn:{Enter}
  14. {Finish}
  15.  
  16. {Learn {Alt-F} "Trans to File"}
  17. copy con:{Variable-Pause}{Enter}
  18. {DESQ}t{Enter}
  19. `{F6}{Enter}
  20. {Finish}
  21.  
  22. {Learn {Alt-N} "Take Notes"}
  23. copy c:\notes.txt+con:c:\notes.txt{Enter}
  24. {Variable-Pause}{Enter}
  25. `{F6}{Enter}
  26. {Finish}
  27.  
  28. {Learn {Alt-R} "Read Notes"}
  29. {Esc}type c:\notes.txt | more{Enter}
  30. {Finish}
  31.  
  32. {Learn {Alt-S} "Sort Notefile"}
  33. {Esc}{Enter}
  34. sort<c:\notes.txt >desqtmp.srt{Enter}
  35. copy desqtmp c:\notes.txt{Enter}
  36. del desqtmp.srt{Enter}
  37. {Finish}
  38.  
  39. {Learn {255} "!AutoStart"}
  40. cls{Enter}
  41. REM  ** Hit Alt-F1 for Menu **{Enter}
  42. {Finish}
  43.  
  44. {Learn {222} "Kill Scripts"}
  45. {Load-Scripts "NULL.DVS"}
  46. {Finish}
  47.  
  48.